home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WW3DKit / WW3DCompoundCommand.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  318 b   |  17 lines

  1.  
  2. #import <appkit/appkit.h>
  3. #import "Protocol_WWRenderable.h"
  4. #import "RIBCommandList.h"
  5.  
  6. @interface WW3DCompoundCommand:Object <WWRenderable>
  7. {
  8.   // generic compound command stuff
  9.   RIBCommandList  *ribCommandList;
  10.   RtBound         boundingBox;
  11.   BOOL            dirtyBoundingBox;
  12.   id              myShape;
  13. }
  14.  
  15.  
  16. @end
  17.